home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / intrvews / xgrab.lha / xgrab / include / heuristic.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-03-06  |  364 b   |  19 lines

  1. /**
  2.    GRAB Graph Layout and Browser System
  3.  
  4.    Copyright (c) 1986, 1988 Regents of the University of California
  5.    Copyright (c) 1989, Tera Computer Company
  6.  **/
  7.  
  8.   /* don't ask me, I just work here.  Something to do with barycenters */
  9.  
  10. #ifndef heuristic_h
  11. #define heuristic_h
  12.  
  13. #include "attribute.h"
  14.  
  15. extern float immedPercent;
  16. extern BOOL heuristic[];
  17.  
  18. #endif
  19.